home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
401_500
/
DISK0452
/
DISK0452.ZIP
/
HACK.CNF
< prev
next >
Wrap
Text File
|
1986-12-18
|
2KB
|
53 lines
# A '#' at the beginning of a line means the rest of the line is a comment.
# This configuration file is set up for three cases, a person with a hard
# disk as drive C:, 1 person with two floppy disks, and several people
# with two floppy disks. The default configuration is the second one.
# To change configuration, comment out the unwanted configurations, and
# remove the comment from the configuration you want.
# I use OPTIONS=name:NickD-W, silent, rawio, IBMBIOS
# A hard disk configuration.
#
# HACKDIR=\games\hack
# SAVE=;n
# RAMDISK=d:
# OPTIONS=name:YourName-C
# A 2-floppy configuration.
#
HACKDIR=a:\
LEVELS=b:\
SAVE=b:\
OPTIONS=name:YourName-W
RAMDISK=c:
# The 9 GRAPHICS characters are:
# vertical wall, horizontal wall, top left corner, top right corner
# bottom left corner, bottom right corner, door, floor, corridor
# An example using the IBM graphics character set.
GRAPHICS = 179 196 218 191 192 217 206 250 176
# Special section for DEC Rainbow owners.
#
# You *must* include the option `DECRainbow' in the OPTIONS line
# if you want to use line-drawing charcters. Also, you must *not*
# use the option `rawio' or your system will hang!
#
# You can select the "Rainbow line-drawing character set"
# for drawing the dungeon. For *graphics* characters,
# 128 has been added to the decimal value of the character.
# Adding 128 lets PC HACK know you want it to use the line-drawing
# character set. Non-graphical characters are indicated by
# their decimal value. You can mix both types of characters in
# the GRAPHICS line.
#
# A recommended configuration for the Rainbow using the
# line-drawing character set, two floppies and no ramdisk is:
# SAVE=b:\
# LEVELS=b:\
# OPTIONS=name:YourName,DECRainbow
# GRAPHICS = 248 241 236 235 237 234 238 254 225